@CHARSET "UTF-8";
body {
    background: #f0f0f0;
}

body.body-white {
    background: #fff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
    overflow: hidden;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    /*border: solid 1px #eee;*/
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 0px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #2474b5;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-banner .swiper-container {
    width: 100%;
    height: 600px;
}
.main-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.nav-top{ padding: 10px 0; height: 100px; overflow: hidden; margin: 10px auto; }
.nav-top .logo-bg{  }
.nav-top .logo-bg .logoimg{ width: 100px; position: absolute; transition: all 0.3s; }
.nav-top .logo-bg .logoimgone{ }
.nav-top .logo-bg .logoimgtwo{ transform: translateY(-95px); }
.nav-top .logo-bg a{ color: #0d1318; }
.nav-top .logo-bg .logo-left{ float: left;     position: relative;
    width: 120px;
    height: 100px; }
.nav-top .logo-bg .logo-right{ float: left; line-height: 75px; }
.nav-top .logo-bg .logo-right b{ font-size: 35px; }

.mw-nav-bg{ background-color: #323b4c; margin-bottom: 0; }
.navbar-default .navbar-nav>li>a {
    font-size: 15px;
}
.mw-wc-item{
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 30px;
}
.mw-wc-item:hover{
    transform: translateY(-10px);
}
.mw-wc-item i{
    font-size: 40px;
    color: #2474b5;
}
.mw-wc-item h3{

}
.mw-wc-item p{

}

#footer{
    height: 50px;
    line-height: 50px;
}
#footer p{
    color: #fff;
    font-size: 13px;
    margin: 0;
}
#footer p a{
    color: #fff;
}

.footer{
    /*margin: 40px 0 0 0;*/
    height: auto;
    /*background: #283342;
    background: #e4e4e4;*/
    background: #2474b5;
    padding: 40px 0;
}

.footer ul{
    padding: 0px;
}

.footer ul li {
    width: 100%;
    height: auto;
    color: #dcdfe0;
    font-size: 14px;
    line-height: 28px;
    list-style: none;
}

.footer-left h3,.footer h3{
    margin-top: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.footer-left ul {

}
.footer-left ul li{

}

.footer-left ul li a{
    color: #dcdfe0;
}

.footer-left ul li a:hover{
    text-decoration: none;
}

.footer-down{ background-color: #1d639c; border: 1px solid #195c92; }
.navbar-brand {
    padding: 15px 18px 0px 18px;
    height: 100%;
}
.mw-wc-item{
    /*width: 19.5999999%;*/
    width: 49.5555555%;
    display: inline-block;
    text-align: center;
}

.mw-nav-search input{
    height: 30px;
    margin-top: 5px;
    border-radius: 20px;
    outline: none;
}
.mw-nav-search input:nth-child(2){
    padding-top: 4px;
}
.top-right-tel{
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    float:right;
}


.last_new .media-heading {
    text-align: left;
    position: relative;
}

.last_new .media-heading::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: rgb(0, 0, 0);
    bottom: 0px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.last_new .media-heading a {
    font-size: 16px;
    color: rgb(0, 0, 0);
    display: block;
    padding:5px 0 15px 0;
    border-bottom: 1px solid rgb(239, 239, 239);
}

.last_new .media-body{
    font-size: 13px;
    color: rgb(153, 153, 153);
}


.last_new .media-heading a:hover {
    text-decoration:none;
}

.last_new .media-left{
    padding-right: 15px;
}

.news-item .media-body:hover .media-heading::before {
    width: 100%;
}

.last_new .more,.about_company .more {
    margin: 0 auto;
    padding: 6px 50px;
    display: inline-block;
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    border: #999999 1px solid;
    border: 1px solid;
    color: #999999;
    display: block;
    width: 140px;
}

.last_new .more:hover,.about_company .more:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.last_new .media-object{
    width: 160px;
    height: 100px;
}
.mm-p-title {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
    display: block;
    margin: 50px auto 0 auto;
}
.mm-p-sub-title {
    font-size: 15px;
    margin: 0 0 30px 0;
    font-weight: 400;
    color: #999;
}
.mw-index-last-new{
    transition: all 0.2s;
}
.mw-index-last-new:hover{
    transform: translateX(-10px);
}

.ac_head .mm-p-title {
    font-size: 30px;
    font-weight: 400;
    border: none;
    padding-bottom: 10px;
    display: block;
    margin: 10px 0 0 0;
    text-align: left;
    width: 100%;
}
.ac_head .mm-p-sub-title {
    font-size: 14px;
    margin: 0 0 40px 0;
    text-align: left;
}

.about_company .more {
    margin: 20px 0 0 0;
}

.why-item{
    transition: all 0.5s;
}
.why-item>div{
    position: relative;
}
.why-item>div img{
    height: 230px;
    width: 100%;
    transition: all 0.5s;
}
.why-item:hover{
    cursor: pointer;
}

.why-item>div h3{
    font-weight: bold;
    font-size: 20px;
}

.why-item .img-num-right {
    position: absolute;
    top: -20px;
    right: 50px;
    background: #1d639c;
    font-size: 30px;
    padding: 10px 10px;
    font-weight: bold;
    color: #ffffff;
}

.last_product .media-left{
    padding: 0px;
}

.last_product .media-object {
    width: 100%;
    height: 200px;
}

.last_product .media-left,.last_product .media-right,.last_product .media-body{
    display: block;
    overflow: hidden;
}
.last_product .media-body{
    width: 100%;
}
.last_product .media-body a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1d639c;
    background: #1d639c;
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.last_product .media:hover .media-body a:after {
    width: 100%;
}

.last_product .mw-index-last-new:hover {
    transform: translateX(0);
}
.last_product .media-object{
    transition: all 0.5s;
}

.last_product .media:hover{
    box-shadow: rgb(224, 224, 224) 0px 5px 10px;
}
.last_product .media:hover .media-object{
    transform: scale(1.2);
}
.last_product .media .media-body a{
    position: relative;
    padding: 10px 6px 15px 6px;
    display: block;
    color: #999;
}

.last_product .media .media-body a:hover{
    text-decoration: none;
}

.last_product .media-heading::before{
    display: none;
}

.last_product .media-heading{
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.wyhcus-content{
    line-height: 35px;
    margin-top: 20px;
}

.list-wrap{ margin-top: 30px; margin-bottom: 30px; }
.list-wrap .list-boxes{ padding: 20px; margin-bottom: 0px; border:1px solid #fff; }
.list-wrap .list-boxes:hover{ background: #F5F5F5; border-color: #F5F5F5; }
.list-wrap .list-boxes .titles{ float: left; width: 76%; }
.list-wrap .list-boxes .days{ float: right; width: 5%; text-align: center; }
.list-wrap .list-boxes .imgs{ float: left; width: 17%; }
.list-wrap .list-boxes a{ color:#4c4c4c; }
.list-wrap .list-boxes h2{ font-weight: bold; }
.list-wrap .list-boxes .days span{
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 8px 0;
}
.list-wrap .list-boxes .days .date-month{
    border-bottom: 2px solid #656262;
}
.list-wrap .list-boxes .days .date-day{

}
.list-wrap .list-boxes a.text-white {
    color: #fff;
}


.article-header{
    width: 100%;
    height: 400px;
    background-attachment: fixed;
}

.cate_title{
    width: 100%;
    height: 165px;
    display: block;
    margin-top: 190px;
}
.cate_title ul{ padding: 0px; }
.cate_title ul li{ list-style: none; }
.cate_title ul li a{float:left; height:100%; line-height: 49px; margin-right:10px;text-align: center; background: #fabf01; width: 137px;color: #fff;
    font-size:14px;}
.cate_title ul li a.active{ background: #fff; color: #222;}
.cate_title ul li a:hover{background: #fff; color: #222; text-decoration: none; }
.cate_name{width:100%; height: auto; margin-bottom: 50px; text-align: center; }
.cate_name h3{ font-size: 36px; font-weight: bold; color: #FFFFFF; height: 35px; line-height: 35px; margin-bottom: 10px;}
.cate_name p{ color: #fff; font-size: 12px; width:100%; height: 30px; line-height: 30px;}
.cate_name p a{color: #fff;}

.article-header .breadcrumb{
    padding: 0px;
    background-color: unset;
}

.article-header .breadcrumb li{
    color:#fff;
    font-size: 12px;
}

.article-header .breadcrumb li a{
    color:#fff;
    font-size: 12px;
}

.article-header .breadcrumb li a:hover{
    text-decoration: none;
}

.article-header .breadcrumb>li+li:before{
    content: ">";
}
.search-wrap{ margin-top: 50px; }
.search-wrap .search-item{ background-color: #fff; padding: 20px 15px; }
.search-wrap .list-boxes { border-bottom-color: #999; position: relative; }
.search-wrap .list-boxes a.search-btn{ position: absolute; right: 20px; top: 40%; }

.line_title{ text-align: center; }
.line_title ul{ padding: 0px; margin: 0px; }
.line_title ul li{ list-style: none; display: inline-block }
.line_title ul li a{ display: block; height:100%; line-height: 55px; margin-right:10px;text-align: center; width: 137px;color: #323b4c;
    font-size:15px;}
.line_title ul li a.active{ color: #1d639c; font-weight: bold; font-size: 15px; }
.line_title ul li a:hover{  color: #1d639c; text-decoration: none; font-weight: bold; font-size: 15px;  }

.list-wrap .list-boxes .media-object{
    max-width: 160px;
    width: 160px;
    height: 100px;
}
.list-wrap .media-body h4{
    margin-top: 0px;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}
.mw-list-wrap .media-body a:hover{ text-decoration: none; }
.list-wrap .media-body p{
    color: #969595;
}

.mw-list-wrap .list-boxes:hover {
    background: unset;
    border-color: #fff;
    transform: translateX(-5px);
}

.mw-list-wrap .list-boxes{
    position: relative;
    padding: 0 0 15px 0;
    margin: 20px 0 0 0;
}

.mw-list-wrap .list-boxes:after {
    content: '';
    width: 160px;
    height: 1px;
    background: #848484;
    color: #848484;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
    transition: all .66s cubic-bezier(.17, .84, .44, 1);
}

.mw-list-wrap .list-boxes .media-left{ padding-right: 20px; }

.mw-list-wrap .list-boxes:hover::after { width: 100%; }

.pagination>li>a, .pagination>li>span{
    margin: 0 4px;
    border: none;
    border-radius: 50%;
    background-color: #f5f5f5;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #999999;
}

.pagination>li.active>a, .pagination>li.active>span{
    background-color: #323b4c;
    color: #fff;
}

.pagination>.disabled>span{
    background-color: #f5f5f5;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #323b4c;
}


.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #fbfbfb;
    background-color: #b5b5b5;
    border-color: #b5b5b5;
    cursor: not-allowed;
}
.pagination>.active>span:hover{
    background-color: #323b4c;
    color: #fff;
}

.contact-us{ background: url("../images/ccus.jpg") no-repeat;    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.contact-us h2,.contact-us p.cus{ text-align: center; color: #fff; }
.contact-form{ padding: 50px 0; }
.contact-form .contact-list>h3,.contact-form .contact-list>p{ display: none; }
.contact-form .form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: 5px 7px 1px rgba(0,0,0,0.075), 0 0 2px rgb(193, 193, 193);
    box-shadow: 5px 7px 1px rgba(0,0,0,0.075), 0 0 2px rgb(193, 193, 193);
}

.list-product .list-boxes .overlay{
    opacity: 0;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity -webkit-transform -webkit-filter,opacity -webkit-transform filter;
    -o-transition-property: opacity -o-transform filter;
    transition-property: opacity transform filter;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.5);
}



.list-product .list-boxes .overlay:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}


.list-product .list-boxes .media-object {
    width: 100%;
    height: 348px;
    margin: 0;
    max-width: 360px;
}

.list-product .list-boxes .p-img{
    position: relative;
}

.list-product .list-boxes .p-img:hover .overlay{
    opacity: 1;
}

.list-product .list-boxes .overlay:hover{
    text-decoration: none;
}
.list-product .list-boxes{
    width: 33.3333333%;
    display: inline-block;
    padding: 0 15px;
}
.list-product .list-boxes:hover{
    background: none;
    border-color: #fff;
}
.list-product .list-boxes h4{
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    padding: 10px 0;
    background: #323b4c;
    text-align: center;
}
.list-product .list-boxes h4 a{
    color: #fff;
}

.list-product .list-boxes:hover h4{
    border-bottom: 1px solid #999;
}

.list-product .media{
    box-shadow: 0px 2px 2px 0px #eee;
    -webkit-box-shadow:  0px 2px 2px 0px #eee;
    -moz-box-shadow:  0px 2px 2px 0px #eee;
    box-shadow:  0px 2px 2px 0px #eee;
}

.list-product .media-body a{
    text-decoration: none;
}

.guestbook .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mw-news-pager {
    position: relative;
    font-size: 0;
    text-align: center;
}

.mw-np-pager {
    position: absolute;
    top: 0;
    width: 40%;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.mw-np-prev {
    padding-left: 45px;
    left: 0;
    text-align: left;
}

.mw-np-next {
    padding-right: 45px;
    right: 0;
    text-align: right;
}

.mw-np-back {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ebebeb;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.mw-np-pager i{
    position: absolute;
    top: 0;
    font-size: 30px;
    line-height: 30px;
    color: #ebebeb;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.mw-np-prev i {
    left: 0;
}

.mw-np-next i{
    right: 0;
}

.mw-news-pager a{

}

.mw-news-pager a:hover{
    text-decoration: none;
}

.mw-news-pager a:hover i{
    color: #2474b5;
}

.mw-video{
    text-align: center;
}

.mw-video video{
    max-width: 100%;
}

.mw-index-video video{
   height: 332px;
    width: 100%;
}

.last_case .media .media-left{
    position: relative;
}

.last_case .media .media-left .is_video{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 40px;
    background: #0085dae6;
    z-index: 9;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-bottom-left-radius: 10px;
}

.last_case .media .media-left .is_video i{
    transition: all 0.6s;
}

.last_case .media:hover .media-left .is_video i{
    transform: rotate(360deg);
}

.article-box-h2{
    text-align: center;
    font-weight: 400;
}

.swiper-slide-a{ display: block; width: 100%; height: 100%; }








.all-border-b{ border-bottom: 1px solid #848484; }
.btn-default { background-color: #323b4c; border-color: #323b4c; }
.font-w{ font-weight: 400; }
.f-l{ float:left; }
.f-r{ float:right; }
.p-0{ padding: 0px; }
.m-t-10{ margin-top: 10px; }
.m-t-15{ margin-top: 15px; }
.m-t-20{ margin-top: 20px; }
.m-t-30{ margin-top: 30px; }
.m-t-40{ margin-top: 40px; }
.m-t-50{ margin-top: 50px; }
.m-b-10{ margin-bottom: 10px; }
.m-b-15{ margin-bottom: 15px; }
.m-b-20{ margin-bottom: 20px; }
.m-b-30{ margin-bottom: 30px; }
.m-b-40{ margin-bottom: 40px; }
.m-b-50{ margin-bottom: 50px; }
.p-t-10{ padding-top: 10px; }
.p-t-15{ padding-top: 15px; }
.p-t-20{ padding-top: 20px; }
.p-t-30{ padding-top: 30px; }
.p-t-40{ padding-top: 40px; }
.p-t-50{ padding-top: 50px; }
.p-b-10{ padding-bottom: 10px; }
.p-b-15{ padding-bottom: 15px; }
.p-b-20{ padding-bottom: 20px; }
.p-b-30{ padding-bottom: 30px; }
.p-b-40{ padding-bottom: 40px; }
.p-b-50{ padding-bottom: 50px; }






@media (min-width: 768px){

    .navbar-form{ margin: 5px 0 0 0; padding: 0; }
    .navbar-nav>li>a {
        text-align: center;
        font-size: 15px;
        min-width: 120px;
        padding: 15px 20px;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
        background: #dddddd;
        color: #323b4c;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        background: #dddddd;
        color: #323b4c;
    }
    .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{
        background: #dddddd;
        color: #323b4c;
    }
    .navbar-collapse{
        padding: 0px;
    }
    .media-p-0{ padding: 0px; }
    .tc-main {
        margin-bottom: 50px;
    }
    .glhx>div{ margin-top: 30px; }
    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
        margin-right: 10px;
    }
    .mw-nav-bg{ background-color: #323b4c; height: 50px; min-height: 50px; }
    .dropdown-menu{
        padding: 0px;
        left: -20px;
    }
    .dropdown-menu>li>a{
        padding: 8px 20px;
        text-align: center;
    }
    .mm-index-product .media-body a{
        min-height: 85px;
    }
    .article-product .media .media-body a{
         min-height: 94px;
    }
}
@media (max-width: 768px){

    .mw-wc-item{
        width: 49.33333333%;
        display: inline-block;
    }
    .last_product .media-object {
        width: 100%;
        /*height: 100px;*/
    }
    .cate_title {
        margin-top: 90px;
    }
    .article-header {
        height: 200px;
    }
    .main-banner .swiper-container {
        height: 384px;
    }
    .main-banner .swiper-pagination-bullet {
         width: 8px;
         height: 8px;
    }
    .swiper-wrapper .swiper-slide{
        background-size: 100% 100%!important;
    }
    .contact-form {
        padding: 50px 15px;
    }
    .why-item>div img{
        height: auto;
    }
    .last_product .media .media-body a{
        padding: 10px 0;
    }
    .mm-index-product .pr-l-0{
        /*padding-left: 0px;*/
    }
    .container{
        overflow: hidden;
    }
    .mw-wc-item{
        margin-top: 10px;
    }
    .mw-index-video video{
        height: 200px;
        width: 100%;
        margin-top: 15px;
    }
    .xs-text-center{
        text-align: center;
    }
    .xs-text-center img{
        margin: 0 auto;
    }
    .contact-us {
        background-size: unset;
        padding: 0;
    }
}

@media (max-width: 425px){
    .main-banner .swiper-container {
        height: 220px;
    }
}

@media (max-width: 375px){
    .main-banner .swiper-container {
        height: 190px;
    }
}